Xbasic
helper::GoogleSheetAppendRows Method
Syntax
AppendRows as N(tablename as C,rows as C,columnCount as N)
Arguments
- tablenameCharacter
- rowsCharacter
- columnCountNumeric
Returns
- resultNumeric
Description
The AppendRows method appends rows to a specified Google Sheet table.
Discussion
Use the AppendRows method to programmatically add new rows of data to a table within a Google Sheet.